Descriptions
There is no desription for table IBE$CHAMPS
 
Fields
PK | FK | Name | Domain | Data type | Not null | Default | Description |
|---|---|---|---|---|---|---|---|
|
  |
MNEMO |
  |
CHAR (31) |
|
  |
  |
  |
  |
CATEGORIGINE |
  |
CHAR (31) |
  |
  |
  |
  |
  |
TYPECHAMP |
  |
CHAR (1) |
  |
  |
  |
 
Triggers
There are no triggers for table IBE$CHAMPS
 
Indices
There are no indices for table IBE$CHAMPS
 
References
There are no references for table IBE$CHAMPS
 
Referenced
There are no tables referenced by table IBE$CHAMPS
 
Definition
CREATE TABLE IBE$CHAMPS (
MNEMO CHAR (31) CHARACTER SET NONE NOT NULL COLLATE NONE,
CATEGORIGINE CHAR (31) CHARACTER SET NONE COLLATE NONE,
TYPECHAMP CHAR (1) CHARACTER SET NONE COLLATE NONE);
ALTER TABLE IBE$CHAMPS ADD PRIMARY KEY (MNEMO);
| This file was generated with EMS InterBase/FireBird Manager (www.ibmanager.com) at 09/06/2005 05:52 p.m. |
|